/************* CONTACT MANAGER **************** */

.white-popup-block {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 800px;
	margin: 20px auto;
}

.column20 {
	margin-bottom: 25px;
}

a.popup-modal-dismiss {
	background-color: #482c69;
	color: white;
	padding: 10px 20px;
	border-radius: 7px;
}

a.popup-modal-dismiss:hover, a.popup-modal-dismiss:focus {
	background-color: #C94D1D;
}

.contact_img img {
	display: none;
}

@media screen and (min-width: 30em) {
	.contact_img img {
	display: inline;
	margin-left: 25px;
	border: 6px double #e16231;
}

.contact_img p {
	margin: 5px 25px 15px;
}


}

@media screen and (min-width: 57em) {
	.cm-contacts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.contact {
	width: 50%;
	margin-bottom: 15px;
}


}

/************* CONTACT US MAP ************ */

.map {
	display : none;
}

@media screen and (min-width: 58em) {
	.map {
	display : block;
	margin: 20px 0 0 20px;
}

.map-link {
	display : none;
}


}

/************* FAQ **************** */

#faqcontainer hr {
	margin: 30px 15px -12px;
}

.faq-question {
	font-weight: 600;
	margin-top: 50px;
}

.backtotop {
	font-size : .8em;
	background-color: #482c69;
	width: 75px;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px 5px 5px;
	margin-left: auto;
	margin-right: 25px;
}

/**************** FORMS ***************** */

form {
	margin: 0 25px;
}

td.label b {
	font-family: 'Arial', sans-serif;
	font-size : 2em;
	line-height : 2.14em;
	font-weight : 400;
	display : block;
	width : 30em;
	margin-top : 1.4px;
	margin-right : 0;
	margin-bottom : 1.4em;
	margin-left : 0;
}

form table tbody tr td input, form table tbody tr td select, form table tbody tr td textarea {
	margin-bottom : .35em;
	margin-left : -1.5em;
}

table {
	border-collapse : collapse;
	font-size : 1em;
	margin-left : 1.75em;
}

td.label {
	width : 45%;
	padding-right: 3%;
}

label {
	margin-right : 2em;
}

td {
	padding-top : .4em;
	padding-bottom : .4em;
}

td.label h2 {
	width : 212%;
	margin-top : 20px;
	margin-bottom : 20px;
}

input[type=text], textarea {
	width : 97%;
	padding-left : 5px;
	margin-bottom: .5em;
}

input[type=submit] {
	margin-top: 15px;
}

input[type=checkbox] {
	margin-left : 0em;
	width : 1em;
}

input[type=radio] {
	margin-left : -5%;
	width : 1.4em;
}

input[type=static] {
	margin-left : .7em;
	width : 100%
}

label.hidden.sr-only {
	position: relative;
	display: block;
	height: auto;
	width: auto;
}

/************** NEWS ********************** */

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-theme .owl-controls .owl-page span {
	background: #700000;
}

.owl-theme .owl-controls .owl-page span {
	opacity: 0.25;
	background: #700000;
}

.nt-title {
	font-family: 'Roboto', sans-serif;
	color: #482c69;
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: -15px;
}

.fa {
	font-size : 12px;
}

i.fa.fa-angle-double-right {
	font-size: 16px !important;
}

.owl-pagination {
	display: none;
}

.owl-theme .owl-controls .owl-buttons div {
	background-color: #482c69 !important;
	opacity: 1 !important;
	transition: transform .2s;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover, .owl-theme .owl-controls.clickable .owl-buttons div:focus {
	background-color: #C94D1D !important;
	transform: scale(.9);
}

#nt-container {
	text-align : left;
	margin-top : .938em;
}

.readmore-link {
	display: inline-block;
	margin-top: 5px;
	margin-left : 0px;
}

a.readmore-link:hover, a.readmore-link:focus {
	color: #482c69;
	text-decoration: none;
}

.readmore-link:hover, .readmore-link:focus {
	color: #ffffff;
	text-decoration: underline;
}

.item {
	margin-left : 1.25em;
}

.item p {
	margin-left : 0px;
}

/******************* QUICK LINKS **************** */

.quicklinkscontainer-mobile {
	display : block;
	margin-left: auto;
	margin-right: auto;
}

.quicklinks-mobile-title {
	font-size : 1.3125em;
	line-height : 1.2;
	font-family : 'Roboto', sans-serif;
	font-weight : 300;
	list-style: none;
	padding: 5px 0;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #e16231;
	margin: 6px 15px;
	transition: 1s all;
}

a.quicklinks-mobile {
	text-decoration: none;
}

a.quicklinks-mobile:hover > .quicklinks-mobile-title, a.quicklinks-mobile:focus > .quicklinks-mobile-title {
	background-color: #C94D1D;
	color: #fff;
}

/***************** SLIDESHOW **************** */

.slider {
	width: 100%;
	margin: auto;
}

.slick-slide {
	margin: 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev::before {
	content: '\f0d9';
}

.slick-next::before {
	content: '\f0da';
}

.slick-prev:before,
    .slick-next:before {
	color: white;
	font-size: 45px !important;
	background: rgba(0,0,0,1);
	padding: 0px 10px;
	text-shadow: 2px 2px 5px #000;
}

.slick-next {
	right: 16px !important;
	z-index: 10;
}

.slick-prev {
	left: 0px !important;
	z-index: 10;
}

/*************** TRUMBA ****************** */

.home-trumba {
	margin: 10px 20px;
}

.main-trumba {
	margin: 20px 25px;
}

/*************** WEB LINKS *************** */

#weblinksimage {
	display: none;
}

@media screen and (min-width: 61.25em) {
	#weblinksimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.weblinks-smallview {
	display : none;
}


}

